mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_sound_s(\"red\", \"SetGroundPowerOn.wav\"); mission.trig.func[1]='';",
            [2] = "a_out_sound_s(\"red\", \"GCGroundPowerOn.wav\"); mission.trig.func[2]='';",
            [3] = "a_out_sound_s(\"red\", \"SetGroundPowerOff.wav\"); mission.trig.func[3]='';",
            [4] = "a_out_sound_s(\"red\", \"GCGroundPowerOff.wav\"); mission.trig.func[4]='';",
            [5] = "a_out_sound_s(\"red\", \"RequestTakeoff.wav\"); mission.trig.func[5]='';",
            [6] = "a_out_sound_s(\"red\", \"FulfilTheTaskAndJoinUp.wav\"); mission.trig.func[6]='';",
            [7] = "a_out_sound_s(\"red\", \"telo.wav\"); mission.trig.func[7]='';",
            [8] = "a_out_text_delay_s(\"red\", \"К сожалению, миссия с треском провалена.\", \"15\");a_out_sound_s(\"red\", \"defeat.ogg\"); mission.trig.func[8]='';",
            [9] = "a_out_sound_s(\"red\", \"pickle2.wav\");a_out_text_delay_s(\"red\", \"Грачи, мы их сделали!!! Добиваем Б/К и уходим домой!!!\", \"10\"); mission.trig.func[9]='';",
            [10] = "a_out_text_delay_s(\"red\", \"Поздравляю с успешным выполнением миссии!!!\", \"15\");a_out_sound_s(\"red\", \"victory.ogg\");a_signal_flare(\"Ракета 1\", \"1\", \"2\");a_signal_flare(\"Ракета 2\", \"1\", \"2\"); mission.trig.func[10]='';",
            [11] = "a_out_sound_s(\"red\", \"ReadyToLandingRunway.wav\"); mission.trig.func[11]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"1\") )",
            [2] = "return(c_time_after(\"3\") )",
            [3] = "return(c_time_after(\"90\") )",
            [4] = "return(c_time_after(\"93\") )",
            [5] = "return(c_unit_in_zone(\"68\", \"Взлёт\") )",
            [6] = "return(c_unit_in_zone(\"68\", \"Работа по плану\") )",
            [7] = "return(c_time_after(\"33\") )",
            [8] = "return(c_unit_dead(\"68\") )",
            [9] = "return(c_mission_score_higher(\"offline\", \"59\") and c_unit_dead(\"67\") and c_group_dead(\"Град 1\") and c_group_dead(\"Град 2\") )",
            [10] = "return(c_unit_alive(\"68\") and c_unit_in_zone(\"68\", \"Успех\") and c_unit_altitude_lower(\"68\", \"25\") and c_unit_speed_lower(\"68\", \"100\") and c_mission_score_higher(\"offline\", \"59\") and c_unit_dead(\"67\") and c_group_dead(\"Град 1\") and c_group_dead(\"Град 2\") )",
            [11] = "return(c_unit_in_zone(\"68\", \"Посадка\") and c_unit_altitude_lower(\"68\", \"600\") and c_unit_speed_lower(\"68\", \"400\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 67,
                }, -- end of [1]
                [2] = 
                {
                    group = 103,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 106,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    group = 136,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [4]
                [5] = 
                {
                    group = 138,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [5]
                [6] = 
                {
                    predicate = "c_unit_dead",
                    unit = 294,
                }, -- end of [6]
            }, -- end of rules
            side = "OFFLINE",
            score = 100,
            predicate = "score",
            comment = "Успех",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 67,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 35,
            predicate = "score",
            comment = "КП",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 103,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 12,
            predicate = "score",
            comment = "Град 1",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 106,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 12,
            predicate = "score",
            comment = "Град 2",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 136,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Шилка",
        }, -- end of [5]
        [6] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 138,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Урал",
        }, -- end of [6]
        [7] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 294,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 1,
            predicate = "score",
            comment = "ПБУ",
        }, -- end of [7]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"1\") then a_out_sound_s(\"red\", \"SetGroundPowerOn.wav\"); mission.trigfunc[1]='';end;",
        [2] = "if c_time_after(\"3\") then a_out_sound_s(\"red\", \"GCGroundPowerOn.wav\"); mission.trigfunc[2]='';end;",
        [3] = "if c_time_after(\"90\") then a_out_sound_s(\"red\", \"SetGroundPowerOff.wav\"); mission.trigfunc[3]='';end;",
        [4] = "if c_time_after(\"93\") then a_out_sound_s(\"red\", \"GCGroundPowerOff.wav\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone(\"68\", \"Взлёт\") then a_out_sound_s(\"red\", \"RequestTakeoff.wav\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"68\", \"Работа по плану\") then a_out_sound_s(\"red\", \"FulfilTheTaskAndJoinUp.wav\"); mission.trigfunc[6]='';end;",
        [7] = "if c_time_after(\"33\") then a_out_sound_s(\"red\", \"telo.wav\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_dead(\"68\") then a_out_text_delay_s(\"red\", \"К сожалению, миссия с треском провалена.\", \"15\");a_out_sound_s(\"red\", \"defeat.ogg\"); mission.trigfunc[8]='';end;",
        [9] = "if c_mission_score_higher(\"offline\", \"59\") and c_unit_dead(\"67\") and c_group_dead(\"Град 1\") and c_group_dead(\"Град 2\") then a_out_sound_s(\"red\", \"pickle2.wav\");a_out_text_delay_s(\"red\", \"Грачи, мы их сделали!!! Добиваем Б/К и уходим домой!!!\", \"10\"); mission.trigfunc[9]='';end;",
        [10] = "if c_unit_alive(\"68\") and c_unit_in_zone(\"68\", \"Успех\") and c_unit_altitude_lower(\"68\", \"25\") and c_unit_speed_lower(\"68\", \"100\") and c_mission_score_higher(\"offline\", \"59\") and c_unit_dead(\"67\") and c_group_dead(\"Град 1\") and c_group_dead(\"Град 2\") then a_out_text_delay_s(\"red\", \"Поздравляю с успешным выполнением миссии!!!\", \"15\");a_out_sound_s(\"red\", \"victory.ogg\");a_signal_flare(\"Ракета 1\", \"1\", \"2\");a_signal_flare(\"Ракета 2\", \"1\", \"2\"); mission.trigfunc[10]='';end;",
        [11] = "if c_unit_in_zone(\"68\", \"Посадка\") and c_unit_altitude_lower(\"68\", \"600\") and c_unit_speed_lower(\"68\", \"400\") then a_out_sound_s(\"red\", \"ReadyToLandingRunway.wav\"); mission.trigfunc[11]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 6,
                dir = 113,
            }, -- end of at8000
            at2000 = 
            {
                speed = 1,
                dir = 50,
            }, -- end of at2000
            atGround = 
            {
                speed = 1,
                dir = 90,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 4,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_unit_dead(\"67\") and c_group_dead(\"Град 1\") and c_group_dead(\"Град 2\") and c_group_dead(\"Шилка\") and c_group_dead(\"Урал\") and c_unit_dead(\"294\")  then a_set_mission_result(100) end",
        [2] = "if c_unit_dead(\"67\")  then a_set_mission_result(35) end",
        [3] = "if c_group_dead(\"Град 1\")  then a_set_mission_result(12) end",
        [4] = "if c_group_dead(\"Град 2\")  then a_set_mission_result(12) end",
        [5] = "if c_group_dead(\"Шилка\")  then a_set_mission_result(20) end",
        [6] = "if c_group_dead(\"Урал\")  then a_set_mission_result(20) end",
        [7] = "if c_unit_dead(\"294\")  then a_set_mission_result(1) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_unit_dead(\"67\") and c_group_dead(\"Град 1\") and c_group_dead(\"Град 2\") and c_group_dead(\"Шилка\") and c_group_dead(\"Урал\") and c_unit_dead(\"294\") )",
                [2] = "return(c_unit_dead(\"67\") )",
                [3] = "return(c_group_dead(\"Град 1\") )",
                [4] = "return(c_group_dead(\"Град 2\") )",
                [5] = "return(c_group_dead(\"Шилка\") )",
                [6] = "return(c_group_dead(\"Урал\") )",
                [7] = "return(c_unit_dead(\"294\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(100)",
                [2] = "a_set_mission_result(35)",
                [3] = "a_set_mission_result(12)",
                [4] = "a_set_mission_result(12)",
                [5] = "a_set_mission_result(20)",
                [6] = "a_set_mission_result(20)",
                [7] = "a_set_mission_result(1)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
                [5] = "if mission.result.offline.conditions[5]() then mission.result.offline.actions[5]() end",
                [6] = "if mission.result.offline.conditions[6]() then mission.result.offline.actions[6]() end",
                [7] = "if mission.result.offline.conditions[7]() then mission.result.offline.actions[7]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 30,
                zoneId = 5,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75230281216232,
                hidden = true,
                long = 0.708218951969,
                x = -197694.34861945,
                name = "Взлёт",
                y = 516994.01194049,
            }, -- end of [1]
            [2] = 
            {
                radius = 40,
                zoneId = 3,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227366811982,
                hidden = true,
                long = 0.70815657401486,
                x = -197906.59738916,
                name = "Отключить питание",
                y = 516719.90290515,
            }, -- end of [2]
            [3] = 
            {
                radius = 40,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227293340634,
                hidden = true,
                long = 0.70815650345306,
                x = -197911.30681401,
                name = "Питание отключено",
                y = 516719.99475897,
            }, -- end of [3]
            [4] = 
            {
                radius = 40,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227440283382,
                hidden = true,
                long = 0.70815721119302,
                x = -197901.64602768,
                name = "Питание подключено",
                y = 516722.45257364,
            }, -- end of [4]
            [5] = 
            {
                radius = 40,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227497427838,
                hidden = true,
                long = 0.70815855681938,
                x = -197897.43201589,
                name = "Подключить питание",
                y = 516728.39848671,
            }, -- end of [5]
            [6] = 
            {
                radius = 500,
                zoneId = 6,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75197239631794,
                hidden = true,
                long = 0.7084153676387,
                x = -199714.85960508,
                name = "Посадка",
                y = 518098.93281053,
            }, -- end of [6]
            [7] = 
            {
                radius = 800,
                zoneId = 7,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75178462393001,
                hidden = true,
                long = 0.71565932573897,
                x = -197754.43938839,
                name = "Работа по плану",
                y = 552040.52747437,
            }, -- end of [7]
            [8] = 
            {
                radius = 10,
                zoneId = 13,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75255093608117,
                hidden = true,
                long = 0.70806237017273,
                x = -196180.93618022,
                name = "Ракета 1",
                y = 516121.92632556,
            }, -- end of [8]
            [9] = 
            {
                radius = 10,
                zoneId = 14,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75255469226615,
                hidden = true,
                long = 0.70807428509309,
                x = -196151.92609569,
                name = "Ракета 2",
                y = 516175.32142569,
            }, -- end of [9]
            [10] = 
            {
                radius = 20,
                zoneId = 8,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75227766823546,
                hidden = true,
                long = 0.70814571208073,
                x = -197885.75898141,
                name = "Тело",
                y = 516666.97432124,
            }, -- end of [10]
            [11] = 
            {
                radius = 50,
                zoneId = 12,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.7524549945301,
                hidden = true,
                long = 0.70812700800052,
                x = -196764.37668131,
                name = "Успех",
                y = 516478.21357087,
            }, -- end of [11]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.70820926382362,
        zoom = 10000,
        centerX = 0.75238828544537,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "В ответ на обстрел стороной противника, российской сейсмолаборатории в Н. Эшере,\
командование приняло решение, нанести удар по позициям противника.\
Что бы не допустить в дальнейшем, посягательство на жизни российских\
граждан и имущество, принадлежащее ВС  России.\
********************************************\
\
…… « Военная сейсмическая лаборатория вблизи села Нижняя Эшера является \
одним из элементов системы раннего предупреждения о ракетном нападении.\
Прикрывает южный сектор возможного нападения, например, с ракетных подводных лодок, несущих боевое дежурство в Индийском океане.»\
          \
 Из книги: Александра Кошкина и Евгения Зубарева – «ШТУРМОВИК»",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
        [11] = true,
    }, -- end of trigflag
    descriptionRedTask = "18.09.1993 г.  19ч.30 мин.  Аэродром Гудаута – Бамбора.\
\
Задача: Командиру звена Су-25, позывной - «125»    Вылетаете в район р. Гумиста,\
проведите разведку на местности и уничтожаете по максимуму всё, что на колёсах, на гусянках.и открывает по вам огонь. Но, главная задача, уничтожить командный пункт и оставить противника без управления войсками, по всей линии фронта.\
Пойдёте без прикрытия, все возможные угрозы с воздуха уже уничтожены. Тем не менее,\
проявляйте бдительность, возможны вылеты с аэродрома противника – Бабушара.\
Основное внимание обращайте на системы ПВО.  Их там как грязи.\
Всё! По машинам! \
Вылет в 19 ч. 40 мин.\
\
Взлёт с аэродрома:  Гудаута - «Бамбора»\
Посадка аэродром:  Гудаута -  «Бамбора»",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [2] = "Marsh-22{671FE3A5-E3A3-42b2-9952-FB7BD48D3EA5}.jpg",
        [3] = "Eshera{5A2317B3-7B62-4ce8-8865-66BCBA890896}.JPG",
        [1] = "Eshera 2-16{960CA61E-510D-4950-B52C-AD69F9D5EDC3}.jpg",
        [4] = "A-004{FFAE0BE5-15F1-435a-A9A6-84700512805B}.jpg",
        [5] = "Vzliot-21{59E9200C-24DF-4544-834E-673462222289}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    seconds = 1,
                    predicate = "c_time_after",
                    unit = 68,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    seconds = 10,
                    file = "SetGroundPowerOn.wav",
                    predicate = "a_out_sound_s",
                    text = "",
                }, -- end of [1]
            }, -- end of actions
            comment = "Подключить питание",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    file = "GCGroundPowerOn.wav",
                    text = "",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Питание подключено",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 90,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "SetGroundPowerOff.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Отключить питание",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 93,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    file = "GCGroundPowerOff.wav",
                    predicate = "a_out_sound_s",
                    text = "",
                }, -- end of [1]
            }, -- end of actions
            comment = "Питание отключено",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 68,
                    predicate = "c_unit_in_zone",
                    zone = 5,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "RequestTakeoff.wav",
                }, -- end of [1]
            }, -- end of actions
            comment = "Взлёт",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 68,
                    predicate = "c_unit_in_zone",
                    zone = 7,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    file = "FulfilTheTaskAndJoinUp.wav",
                    predicate = "a_out_sound_s",
                    text = "",
                }, -- end of [1]
            }, -- end of actions
            comment = "Работа",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
            }, -- end of rules
            actions = 
            {
            }, -- end of actions
            comment = "Т-72Б",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 33,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "telo.wav",
                }, -- end of [1]
            }, -- end of actions
            comment = "Тело",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 68,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 15,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "К сожалению, миссия с треском провалена.",
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "defeat.ogg",
                }, -- end of [2]
            }, -- end of actions
            comment = "Провал",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_mission_score_higher",
                    coalitionlist = "offline",
                    score = 59,
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_dead",
                    unit = 67,
                }, -- end of [2]
                [3] = 
                {
                    group = 103,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    group = 106,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [4]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "pickle2.wav",
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Грачи, мы их сделали!!! Добиваем Б/К и уходим домой!!!",
                }, -- end of [2]
            }, -- end of actions
            comment = "Задание выполнено",
        }, -- end of [10]
        [11] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_alive",
                    unit = 68,
                }, -- end of [1]
                [2] = 
                {
                    unit = 68,
                    predicate = "c_unit_in_zone",
                    zone = 12,
                }, -- end of [2]
                [3] = 
                {
                    altitude = "25",
                    predicate = "c_unit_altitude_lower",
                    unit = 68,
                }, -- end of [3]
                [4] = 
                {
                    speed = 100,
                    predicate = "c_unit_speed_lower",
                    unit = 68,
                }, -- end of [4]
                [5] = 
                {
                    predicate = "c_mission_score_higher",
                    coalitionlist = "offline",
                    score = 59,
                    unit = "",
                }, -- end of [5]
                [6] = 
                {
                    predicate = "c_unit_dead",
                    unit = 67,
                }, -- end of [6]
                [7] = 
                {
                    group = 103,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [7]
                [8] = 
                {
                    group = 106,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [8]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 15,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Поздравляю с успешным выполнением миссии!!!",
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "victory.ogg",
                }, -- end of [2]
                [3] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 13,
                    color = "2",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [3]
                [4] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 14,
                    color = "2",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [4]
            }, -- end of actions
            comment = "Успех",
        }, -- end of [11]
        [12] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 6,
                    predicate = "c_unit_in_zone",
                    unit = 68,
                }, -- end of [1]
                [2] = 
                {
                    altitude = "600",
                    predicate = "c_unit_altitude_lower",
                    unit = 68,
                }, -- end of [2]
                [3] = 
                {
                    speed = "400",
                    predicate = "c_unit_speed_lower",
                    unit = 68,
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    seconds = 10,
                    file = "ReadyToLandingRunway.wav",
                    predicate = "a_out_sound_s",
                    text = "",
                }, -- end of [1]
            }, -- end of actions
            comment = "Посадка",
        }, -- end of [12]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Вертол. группа",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74987791935289,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71639347514491,
                                            x = -209564.77404515,
                                            speed = 55.555555555556,
                                            y = 556638.48797417,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7506021947267,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71447281535345,
                                            x = -205810.05159648,
                                            speed = 55.555555555556,
                                            y = 547217.56052609,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75139743214908,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71540099176141,
                                            x = -200335.58594934,
                                            speed = 55.555555555556,
                                            y = 551070.51986889,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75109771169331,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71586256650333,
                                            x = -202037.05356282,
                                            speed = 55.555555555556,
                                            y = 553408.10774113,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75031092656908,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71500822722976,
                                            x = -207429.09317829,
                                            speed = 55.555555555556,
                                            y = 549894.87852227,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75058858306466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7143164676508,
                                            x = -205965.70074085,
                                            speed = 55.555555555556,
                                            airdromeId = 20,
                                            y = 546494.9589911,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75135942213435,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71525956852322,
                                            x = -200640.05411859,
                                            speed = 55.555555555556,
                                            y = 550432.60885804,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75111304229579,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71573153677164,
                                            x = -201999.07605877,
                                            speed = 55.555555555556,
                                            y = 552787.84142519,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7504410665543,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71503934884058,
                                            x = -206586.47398383,
                                            speed = 55.555555555556,
                                            y = 549963.55468568,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75077231432615,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71444486872129,
                                            x = -204738.82996751,
                                            speed = 55.555555555556,
                                            y = 546982.88799164,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75133699196488,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7151431227641,
                                            x = -200834.2737232,
                                            speed = 55.555555555556,
                                            y = 549901.94088381,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75109069883129,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71560285731294,
                                            x = -202199.98657291,
                                            speed = 55.555555555556,
                                            y = 552201.5690245,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75053511617254,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7150147958455,
                                            x = -205998.27363222,
                                            speed = 55.555555555556,
                                            y = 549792.33233388,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75070074179408,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71468386945228,
                                            x = -205089.29498758,
                                            speed = 55.555555555556,
                                            y = 548143.97910782,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75120715090849,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71527797518868,
                                            x = -201601.80099364,
                                            speed = 55.555555555556,
                                            y = 550611.76844718,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75109069883129,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7154802881954,
                                            x = -202254.29823811,
                                            speed = 55.555555555556,
                                            y = 551628.7869424,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75036030782284,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71467804860432,
                                            x = -207260.18622548,
                                            speed = 55.555555555556,
                                            y = 548322.14732311,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75055712204004,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71418173939115,
                                            x = -206225.50367738,
                                            speed = 55.555555555556,
                                            y = 545884.34248685,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7515072283129,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71524113329968,
                                            x = -199706.75916424,
                                            speed = 55.555555555556,
                                            y = 550256.04598053,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75126089601882,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71567640522291,
                                            x = -201082.45371121,
                                            speed = 55.555555555556,
                                            y = 552440.39747042,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75088008973003,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71510038040785,
                                            x = -203763.28151424,
                                            speed = 55.555555555556,
                                            y = 549981.50037816,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 41.666666666667,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [22]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 65,
                                        lat = 0.74987791935289,
                                        skill = "Random",
                                        long = 0.71639347514491,
                                        x = -209564.77404515,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 556638.48797417,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 1,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 66,
                                        lat = 0.74986562071485,
                                        skill = "Random",
                                        long = 0.71640726255376,
                                        x = -209636.83386669,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 556710.44344934,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 2,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 278,
                                        lat = 0.74986391935289,
                                        skill = "Random",
                                        long = 0.71640747514491,
                                        x = -209647.57391418,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 556712.4744619,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 94,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 279,
                                        lat = 0.74985691935289,
                                        skill = "Random",
                                        long = 0.71641447514491,
                                        x = -209688.9738487,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 556749.46770576,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 95,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 61,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813860648707,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71768688705483,
                                            x = -220054.75140925,
                                            speed = 5.5555555555556,
                                            y = 563762.00408895,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 77,
                                        lat = 0.74813860648707,
                                        skill = "Random",
                                        long = 0.71768688705483,
                                        x = -220054.75140925,
                                        name = "Юнит #29",
                                        heading = 5.3232542185827,
                                        y = 563762.00408895,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74812892934817,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71780628262376,
                                            x = -220062.0611482,
                                            speed = 5.5555555555556,
                                            y = 564327.8241694,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 78,
                                        lat = 0.74812892934817,
                                        skill = "Random",
                                        long = 0.71780628262376,
                                        x = -220062.0611482,
                                        name = "Юнит #30",
                                        heading = 2.8198420991932,
                                        y = 564327.8241694,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74800573639398,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71797744841138,
                                            x = -220768.88063486,
                                            speed = 5.5555555555556,
                                            y = 565207.73818722,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 79,
                                        lat = 0.74800573639398,
                                        skill = "Random",
                                        long = 0.71797744841138,
                                        x = -220768.88063486,
                                        name = "Юнит #31",
                                        heading = 5.3232542185827,
                                        y = 565207.73818722,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71476140451104,
                                                lat = 0.75074986098097,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71476140451104,
                                                lat = 0.75074986098097,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.71473665209746,
                                                lat = 0.7507942541555,
                                            }, -- end of [3]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71473661628003,
                                                lat = 0.75079424354135,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71473661628003,
                                                lat = 0.75079424354135,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 82,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75074986098097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71476140451104,
                                            x = -204742.24472663,
                                            speed = 5.5555555555556,
                                            y = 548476.42038458,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 27,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7507942541555,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71473665209746,
                                            x = -204470.40653208,
                                            speed = 8.3333333333333,
                                            y = 548333.55812085,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 85,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 152,
                                        lat = 0.75074986098097,
                                        skill = "Average",
                                        long = 0.71476140451104,
                                        x = -204742.24472663,
                                        name = "Юнит #19",
                                        heading = -0.38709764866597,
                                        y = 548476.42038458,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Т-72М",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 36,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7509290895456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71510036298556,
                                            x = -203451.1935724,
                                            speed = 5.5555555555556,
                                            y = 549951.45725323,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 99,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 196,
                                        lat = 0.7509290895456,
                                        skill = "Random",
                                        long = 0.71510036298556,
                                        x = -203451.1935724,
                                        name = "Юнит #11",
                                        heading = 3.7438799997248,
                                        y = 549951.45725323,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 197,
                                        lat = 0.75092003949414,
                                        skill = "Random",
                                        long = 0.71510734339065,
                                        x = -203505.75778724,
                                        name = "Юнит #12",
                                        heading = 3.7438799997248,
                                        y = 549989.62439638,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 198,
                                        lat = 0.7509201210258,
                                        skill = "Random",
                                        long = 0.71509008578222,
                                        x = -203512.84939388,
                                        name = "Юнит #28",
                                        heading = 3.7438799997248,
                                        y = 549908.89532464,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 199,
                                        lat = 0.75091001114803,
                                        skill = "Random",
                                        long = 0.71509696253288,
                                        x = -203574.20969765,
                                        name = "Юнит #49",
                                        heading = 3.7438799997248,
                                        y = 549947.22593071,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 200,
                                        lat = 0.75091115258106,
                                        skill = "Random",
                                        long = 0.71507954793639,
                                        x = -203574.61968519,
                                        name = "Юнит #50",
                                        heading = 3.7438799997248,
                                        y = 549865.11484804,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 201,
                                        lat = 0.75090161349951,
                                        skill = "Random",
                                        long = 0.71508769638637,
                                        x = -203631.78356207,
                                        name = "Юнит #51",
                                        heading = 3.7438799997248,
                                        y = 549909.04161901,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 202,
                                        lat = 0.7509038963489,
                                        skill = "Random",
                                        long = 0.71507043903081,
                                        x = -203624.85415476,
                                        name = "Юнит #52",
                                        heading = 3.7438799997248,
                                        y = 549826.96770053,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 203,
                                        lat = 0.7509038963489,
                                        skill = "Random",
                                        long = 0.71509685396535,
                                        x = -203613.20470521,
                                        name = "Юнит #53",
                                        heading = 3.7438799997248,
                                        y = 549950.45736424,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 204,
                                        lat = 0.75092672511037,
                                        skill = "Random",
                                        long = 0.71508798465027,
                                        x = -203471.71248582,
                                        name = "Юнит #54",
                                        heading = 3.7438799997248,
                                        y = 549895.03437807,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 205,
                                        lat = 0.75076114608789,
                                        skill = "Random",
                                        long = 0.71493360009302,
                                        x = -204594.42496921,
                                        name = "Юнит #55",
                                        heading = 3.7438799997248,
                                        y = 549274.53326949,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 206,
                                        lat = 0.75074916277917,
                                        skill = "Random",
                                        long = 0.71492329884614,
                                        x = -204675.29355706,
                                        name = "Юнит #56",
                                        heading = 3.7438799997248,
                                        y = 549233.70237562,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 207,
                                        lat = 0.75074003272912,
                                        skill = "Random",
                                        long = 0.71491508838281,
                                        x = -204737.06674819,
                                        name = "Юнит #57",
                                        heading = 3.7438799997248,
                                        y = 549200.90121453,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 208,
                                        lat = 0.75073889147833,
                                        skill = "Random",
                                        long = 0.71493226226046,
                                        x = -204736.76176113,
                                        name = "Юнит #58",
                                        heading = 3.7438799997248,
                                        y = 549281.8868266,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 209,
                                        lat = 0.75072576718161,
                                        skill = "Random",
                                        long = 0.71491928894056,
                                        x = -204826.07610055,
                                        name = "Юнит #59",
                                        heading = 3.7438799997248,
                                        y = 549229.26168138,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 210,
                                        lat = 0.75075780379103,
                                        skill = "Random",
                                        long = 0.71495088146599,
                                        x = -204608.09174698,
                                        name = "Юнит #60",
                                        heading = 3.7438799997248,
                                        y = 549357.36728434,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 211,
                                        lat = 0.75076399927638,
                                        skill = "Random",
                                        long = 0.7150246485035,
                                        x = -204536.09814538,
                                        name = "Юнит #61",
                                        heading = 3.7438799997248,
                                        y = 549698.43942822,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 212,
                                        lat = 0.75075054859714,
                                        skill = "Random",
                                        long = 0.71501132229286,
                                        x = -204627.64695131,
                                        name = "Юнит #62",
                                        heading = 3.7438799997248,
                                        y = 549644.36409237,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 213,
                                        lat = 0.75074859214876,
                                        skill = "Random",
                                        long = 0.71494079994103,
                                        x = -204671.20979627,
                                        name = "Юнит #63",
                                        heading = 3.7438799997248,
                                        y = 549315.86881193,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 214,
                                        lat = 0.75073000606733,
                                        skill = "Random",
                                        long = 0.71490592258901,
                                        x = -204804.9720661,
                                        name = "Юнит #64",
                                        heading = 3.7438799997248,
                                        y = 549164.18213588,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 215,
                                        lat = 0.75076856439376,
                                        skill = "Random",
                                        long = 0.71494339684772,
                                        x = -204542.85484639,
                                        name = "Юнит #65",
                                        heading = 3.7438799997248,
                                        y = 549315.79700519,
                                    }, -- end of [20]
                                }, -- end of units
                                name = "Боец с АКС",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71510688495783,
                                                lat = 0.75092881591006,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71510688495783,
                                                lat = 0.75092881591006,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.71509597891569,
                                                lat = 0.75091784516224,
                                            }, -- end of [3]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 36,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7509264719526,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71510455480081,
                                            x = -203466.0172022,
                                            speed = 5.5555555555556,
                                            y = 549972.65453158,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 103,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 224,
                                        lat = 0.7509264719526,
                                        skill = "Average",
                                        long = 0.71510455480081,
                                        x = -203466.0172022,
                                        name = "Юнит #6",
                                        heading = 5.0614548307836,
                                        y = 549972.65453158,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 225,
                                        lat = 0.75092173794409,
                                        skill = "Random",
                                        long = 0.71509984870477,
                                        x = -203498.2450998,
                                        name = "Юнит #7",
                                        heading = 5.0614548307836,
                                        y = 549953.54824112,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 226,
                                        lat = 0.75091703312044,
                                        skill = "Random",
                                        long = 0.71509517167481,
                                        x = -203530.27429096,
                                        name = "Юнит #8",
                                        heading = 5.0614548307836,
                                        y = 549934.55998888,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 227,
                                        lat = 0.75091177678412,
                                        skill = "Random",
                                        long = 0.71508994645308,
                                        x = -203566.05800634,
                                        name = "Юнит #9",
                                        heading = 5.0614548307836,
                                        y = 549913.34617408,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 228,
                                        lat = 0.75090641930856,
                                        skill = "Random",
                                        long = 0.71508462075903,
                                        x = -203602.53022021,
                                        name = "Юнит #10",
                                        heading = 5.0614548307836,
                                        y = 549891.72449489,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 229,
                                        lat = 0.75090127007766,
                                        skill = "Random",
                                        long = 0.71507950213923,
                                        x = -203637.58473331,
                                        name = "Юнит #16",
                                        heading = 5.0614548307836,
                                        y = 549870.94355226,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Град 1",
                                start_time = 1800,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 36,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75076892250056,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71495178742173,
                                            x = -204536.87355837,
                                            speed = 5.5555555555556,
                                            y = 549354.80391956,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 106,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 232,
                                        lat = 0.75076892250056,
                                        skill = "Average",
                                        long = 0.71495178742173,
                                        x = -204536.87355837,
                                        name = "Юнит #20",
                                        heading = 5.3232542185827,
                                        y = 549354.80391956,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 233,
                                        lat = 0.75076343932524,
                                        skill = "Random",
                                        long = 0.71494667841965,
                                        x = -204574.05082959,
                                        name = "Юнит #27",
                                        heading = 5.3232542185827,
                                        y = 549334.27213507,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 234,
                                        lat = 0.75075746274841,
                                        skill = "Random",
                                        long = 0.71494110976099,
                                        x = -204614.57345073,
                                        name = "Юнит #38",
                                        heading = 5.3232542185827,
                                        y = 549311.89315656,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 235,
                                        lat = 0.75075185885741,
                                        skill = "Random",
                                        long = 0.71493588842246,
                                        x = -204652.56914138,
                                        name = "Юнит #39",
                                        heading = 5.3232542185827,
                                        y = 549290.91001324,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 236,
                                        lat = 0.75074603969368,
                                        skill = "Random",
                                        long = 0.71493046657978,
                                        x = -204692.02439931,
                                        name = "Юнит #66",
                                        heading = 5.3232542185827,
                                        y = 549269.12114596,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 237,
                                        lat = 0.75074014665635,
                                        skill = "Random",
                                        long = 0.71492497598311,
                                        x = -204731.98050373,
                                        name = "Юнит #67",
                                        heading = 5.3232542185827,
                                        y = 549247.0560253,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Град 2",
                                start_time = 1800,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71465955218896,
                                                lat = 0.75072462594601,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71465979032471,
                                                lat = 0.75072454442923,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 61,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75072454442923,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71465953769968,
                                            x = -204948.4190589,
                                            speed = 5.5555555555556,
                                            y = 548015.67382738,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 107,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 238,
                                        lat = 0.75072454442923,
                                        skill = "Random",
                                        long = 0.71465953769968,
                                        x = -204948.4190589,
                                        name = "Юнит #68",
                                        heading = 5.4105206811824,
                                        y = 548015.67382738,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 239,
                                        lat = 0.75070000815961,
                                        skill = "Random",
                                        long = 0.71463089926714,
                                        x = -205117.32852301,
                                        name = "Юнит #69",
                                        heading = 5.4105206811824,
                                        y = 547896.79239549,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 240,
                                        lat = 0.75067351614027,
                                        skill = "Random",
                                        long = 0.71460018520523,
                                        x = -205299.61017669,
                                        name = "Юнит #70",
                                        heading = 5.4105206811824,
                                        y = 547769.40328114,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 241,
                                        lat = 0.75064629117792,
                                        skill = "Random",
                                        long = 0.71456862436601,
                                        x = -205486.93362438,
                                        name = "Юнит #71",
                                        heading = 5.4105206811824,
                                        y = 547638.50365689,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "САУ Акация",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 61,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75126638294723,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71426962305308,
                                                    radius = 1000,
                                                    y = 545534.09583008,
                                                    x = -198258.72809257,
                                                    lat = 0.75180184114632,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.71545531678337,
                                            x = -201146.32228506,
                                            speed = 5.5555555555556,
                                            y = 551404.62103708,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 128,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 272,
                                        lat = 0.75126638294723,
                                        skill = "Average",
                                        long = 0.71545531678337,
                                        x = -201146.32228506,
                                        name = "Юнит #83",
                                        heading = 5.6374134839417,
                                        y = 551404.62103708,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 273,
                                        lat = 0.75124646271893,
                                        skill = "Average",
                                        long = 0.71543995371985,
                                        x = -201279.97602292,
                                        name = "Юнит #84",
                                        heading = 5.6374134839417,
                                        y = 551344.97932929,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 274,
                                        lat = 0.75122630611521,
                                        skill = "Average",
                                        long = 0.71542440904671,
                                        x = -201415.21540508,
                                        name = "Юнит #85",
                                        heading = 5.6374134839417,
                                        y = 551284.6331329,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 275,
                                        lat = 0.75120438729599,
                                        skill = "Average",
                                        long = 0.7154075061494,
                                        x = -201562.27790667,
                                        name = "Юнит #86",
                                        heading = 5.6374134839417,
                                        y = 551219.01477973,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 276,
                                        lat = 0.75118510068931,
                                        skill = "Average",
                                        long = 0.71539263378554,
                                        x = -201691.67949697,
                                        name = "Юнит #87",
                                        heading = 5.6374134839417,
                                        y = 551161.27965247,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 277,
                                        lat = 0.75116260640259,
                                        skill = "Average",
                                        long = 0.71537528870546,
                                        x = -201842.60234699,
                                        name = "Юнит #88",
                                        heading = 5.6374134839417,
                                        y = 551093.94597572,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 46,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75073571121743,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71476691048161,
                                            x = -204829.9409036,
                                            speed = 5.5555555555556,
                                            y = 548510.81285083,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 136,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 288,
                                        lat = 0.75073571121743,
                                        skill = "Random",
                                        long = 0.71476691048161,
                                        x = -204829.9409036,
                                        name = "Юнит #1",
                                        heading = 5.9341194567807,
                                        y = 548510.81285083,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 289,
                                        lat = 0.75075992329514,
                                        skill = "Random",
                                        long = 0.71500667941951,
                                        x = -204569.98406547,
                                        name = "Юнит #3",
                                        heading = 3.7850937623831,
                                        y = 549616.92638635,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Шилка",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 61,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75064721409137,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71510153897071,
                                            x = -205246.03060117,
                                            speed = 5.5555555555556,
                                            y = 550129.31197222,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 138,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 291,
                                        lat = 0.75064721409137,
                                        skill = "Random",
                                        long = 0.71510153897071,
                                        x = -205246.03060117,
                                        name = "Юнит #2",
                                        heading = 3.6052402625906,
                                        y = 550129.31197222,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 292,
                                        lat = 0.75088173402212,
                                        skill = "Random",
                                        long = 0.715263199633,
                                        x = -203681.00235301,
                                        name = "Юнит #4",
                                        heading = 4.310963252426,
                                        y = 550741.67387155,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 293,
                                        lat = 0.75145170664551,
                                        skill = "Random",
                                        long = 0.71554933840064,
                                        x = -199924.47071032,
                                        name = "Юнит #5",
                                        heading = 2.677945044589,
                                        y = 551730.85257641,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Урал",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 117,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75077092848004,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71498345781128,
                                            x = -204510.12963084,
                                            speed = 5.5555555555556,
                                            y = 549501.63621817,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 139,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 PBU",
                                        CLSID = "{20B6EAF4-E6D3-4FC2-A306-41951CAF1361}",
                                        unitId = 294,
                                        lat = 0.75077092848004,
                                        skill = "Average",
                                        long = 0.71498345781128,
                                        x = -204510.12963084,
                                        name = "Юнит #72",
                                        heading = 3.6052402625906,
                                        y = 549501.63621817,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "ПБУ",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 19,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 217,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75057505308083,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7143234329954,
                                            x = -206048.80573145,
                                            speed = 138.88888888889,
                                            y = 546535.79504872,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.751191084988,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71508918605988,
                                            x = -201787.38933952,
                                            speed = 138.88888888889,
                                            y = 549739.00412894,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75081030351147,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71586434402313,
                                            x = -203866.83950458,
                                            speed = 138.88888888889,
                                            y = 553592.13503185,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75033553542459,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71510786268653,
                                            x = -207228.4122566,
                                            speed = 138.88888888889,
                                            y = 550346.14793092,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74923382344777,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71650474904135,
                                            x = -213616.68804958,
                                            speed = 138.88888888889,
                                            y = 557551.33908032,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 60,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 75,
                                        lat = 0.748055,
                                        skill = "Random",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 76,
                                        lat = 0.748048,
                                        skill = "Random",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0.5235987755983,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75076489599433,
                                            long = 0.71499639367666,
                                            x = -204542.84753393,
                                            name = "",
                                            speed = 0,
                                            y = 549565.79996711,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.75076489599433,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 67,
                                        lat = 0.75076489599433,
                                        long = 0.71499639367666,
                                        x = -204542.84753393,
                                        name = "КП",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 549565.79996711,
                                        heading = 0.5235987755983,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71499639367666,
                                name = "КП",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0.26179938779915,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75106590954749,
                                            long = 0.71519536756292,
                                            x = -202537.84417737,
                                            name = "",
                                            speed = 0,
                                            y = 550311.94244148,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 118,
                                lat = 0.75106590954749,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 257,
                                        lat = 0.75106590954749,
                                        rate = 100,
                                        long = 0.71519536756292,
                                        x = -202537.84417737,
                                        name = "Стат. объект #026",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 550311.94244148,
                                        heading = 0.26179938779915,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71519536756292,
                                name = "Стат. объект #026",
                                dead = true,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 1.9198621771938,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75102897131723,
                                            long = 0.71527414010957,
                                            x = -202738.37560163,
                                            name = "",
                                            speed = 0,
                                            y = 550702.79007174,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 119,
                                lat = 0.75102897131723,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 258,
                                        lat = 0.75102897131723,
                                        rate = 100,
                                        long = 0.71527414010957,
                                        x = -202738.37560163,
                                        name = "Стат. объект #027",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 550702.79007174,
                                        heading = 1.9198621771938,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71527414010957,
                                name = "Стат. объект #027",
                                dead = true,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0.26179938779915,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75100304192973,
                                            long = 0.71525765765083,
                                            x = -202910.79728502,
                                            name = "",
                                            speed = 0,
                                            y = 550641.58958884,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 117,
                                lat = 0.75100304192973,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 256,
                                        lat = 0.75100304192973,
                                        rate = 100,
                                        long = 0.71525765765083,
                                        x = -202910.79728502,
                                        name = "Стат. объект #025",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 550641.58958884,
                                        heading = 0.26179938779915,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71525765765083,
                                name = "Стат. объект #025",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 0.26179938779915,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75099350203,
                                            long = 0.7152381454504,
                                            x = -202980.16520524,
                                            name = "",
                                            speed = 0,
                                            y = 550556.20348201,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 116,
                                lat = 0.75099350203,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 255,
                                        lat = 0.75099350203,
                                        rate = 100,
                                        long = 0.7152381454504,
                                        x = -202980.16520524,
                                        name = "Стат. объект #024",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 550556.20348201,
                                        heading = 0.26179938779915,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7152381454504,
                                name = "Стат. объект #024",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 0.26179938779915,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75098257609535,
                                            long = 0.7152327977147,
                                            x = -203052.11445136,
                                            name = "",
                                            speed = 0,
                                            y = 550537.88367648,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 115,
                                lat = 0.75098257609535,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 254,
                                        lat = 0.75098257609535,
                                        rate = 100,
                                        long = 0.7152327977147,
                                        x = -203052.11445136,
                                        name = "Стат. объект",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 550537.88367648,
                                        heading = 0.26179938779915,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7152327977147,
                                name = "Стат. объект",
                                dead = true,
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Вертол. группа #001",
                                groupId = 96,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 68,
                                            type = "Turning Point",
                                            action = "Lock Altitude",
                                            lat = 0.7523041183565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816449449002,
                                            x = -197709.28183889,
                                            speed = 0,
                                            y = 516739.38716956,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230722057409,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817109882917,
                                            x = -197686.70429621,
                                            speed = 55.555555555556,
                                            y = 516768.39930205,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75231089426447,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816267634241,
                                            x = -197666.90325633,
                                            speed = 55.555555555556,
                                            y = 516727.03019752,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230460817974,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815786205346,
                                            x = -197708.99412873,
                                            speed = 55.555555555556,
                                            y = 516708.18670548,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230109778487,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816540783572,
                                            x = -197728.1294948,
                                            speed = 55.555555555556,
                                            y = 516745.37515236,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230787367368,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817160773984,
                                            x = -197682.32749403,
                                            speed = 55.555555555556,
                                            y = 516770.39774191,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75231146572855,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816341546835,
                                            x = -197662.9480832,
                                            speed = 55.555555555556,
                                            y = 516730.14864034,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.752305342915,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815830003864,
                                            x = -197704.12768308,
                                            speed = 55.555555555556,
                                            y = 516709.80773919,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230166924372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816594774437,
                                            x = -197724.25941659,
                                            speed = 55.555555555556,
                                            y = 516747.56486224,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230836349864,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817217865899,
                                            x = -197678.96409081,
                                            speed = 55.555555555556,
                                            y = 516772.77877626,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75231211883073,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816386236833,
                                            x = -197658.59774179,
                                            speed = 55.555555555556,
                                            y = 516731.85798956,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230436326809,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815755664175,
                                            x = -197710.68434419,
                                            speed = 55.555555555556,
                                            y = 516706.90317249,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230085287403,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816601009866,
                                            x = -197729.43214703,
                                            speed = 55.555555555556,
                                            y = 516748.32312946,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230803694864,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817272782313,
                                            x = -197680.80936452,
                                            speed = 55.555555555556,
                                            y = 516775.52596965,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75231220046854,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816321590607,
                                            x = -197658.35382684,
                                            speed = 55.555555555556,
                                            y = 516728.79747331,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230517964046,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815753419347,
                                            x = -197705.49455765,
                                            speed = 55.555555555556,
                                            y = 516706.33094254,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230109778487,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816694415056,
                                            x = -197727.47352053,
                                            speed = 55.555555555556,
                                            y = 516752.53733593,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230852677367,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817326773894,
                                            x = -197677.45919863,
                                            speed = 55.555555555556,
                                            y = 516777.76246872,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75231105753989,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816749773155,
                                            x = -197663.80474378,
                                            speed = 55.555555555556,
                                            y = 516749.41363286,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75230632256281,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816462637176,
                                            x = -197695.18721933,
                                            speed = 1.3888888888889,
                                            y = 516738.73953174,
                                        }, -- end of [20]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AFAC",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 171,
                                        lat = 0.7523041183565,
                                        skill = "Excellent",
                                        long = 0.70816449449002,
                                        x = -197709.28183889,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 516739.38716956,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 91,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Вертол. группа #002",
                                groupId = 122,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 260,
                                            lat = 0.75241319120511,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70799110588446,
                                            x = -197088.64408444,
                                            speed = 41.666666666667,
                                            helipadId = 260,
                                            y = 515868.59106635,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75241547728216,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708179235368,
                                            x = -196993.75699999,
                                            speed = 41.666666666667,
                                            y = 516744.32713503,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.752285913419,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70826053987939,
                                            x = -197784.21739287,
                                            speed = 41.666666666667,
                                            y = 517197.57039823,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75222958620466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70805345982682,
                                            x = -198231.37708352,
                                            speed = 41.666666666667,
                                            y = 516264.44030464,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75260058411454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70785387973752,
                                            x = -195953.75524029,
                                            speed = 41.666666666667,
                                            y = 515121.52374705,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7526599524743,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70806257841378,
                                            x = -195486.53576397,
                                            speed = 41.666666666667,
                                            y = 516060.45792395,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7524549945301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70818995681505,
                                            x = -196737.49885522,
                                            speed = 41.666666666667,
                                            y = 516771.67618227,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 261,
                                        lat = 0.75241319120511,
                                        skill = "Excellent",
                                        y = 515868.59106635,
                                        long = 0.70799110588446,
                                        x = -197088.64408444,
                                        name = "Пилот #15",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 92,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 262,
                                        lat = 0.75240619120511,
                                        skill = "Excellent",
                                        y = 515905.23379109,
                                        long = 0.70799810588446,
                                        x = -197130.23733805,
                                        name = "Пилот #16",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 93,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 55,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75014470934806,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71515092328005,
                                            x = -208424.85501652,
                                            speed = 5.5555555555556,
                                            y = 550661.20428972,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 81,
                                        lat = 0.75014470934806,
                                        skill = "Random",
                                        long = 0.71515092328005,
                                        x = -208424.85501652,
                                        name = "Юнит #33",
                                        heading = 2.9441970937399,
                                        y = 550661.20428972,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #012",
                                start_time = 300,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 150,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75087340440479,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71589462509375,
                                            x = -203451.1402372,
                                            speed = 5.5555555555556,
                                            y = 553694.7286886,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 82,
                                        lat = 0.75087340440479,
                                        skill = "Random",
                                        long = 0.71589462509375,
                                        x = -203451.1402372,
                                        name = "Юнит #34",
                                        heading = 3.017237659043,
                                        y = 553694.7286886,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 150,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7520760483965,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70834774639217,
                                            x = -199083.58559534,
                                            speed = 5.5555555555556,
                                            y = 517724.32088342,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 89,
                                        lat = 0.75220304625305,
                                        skill = "Random",
                                        long = 0.7081998977501,
                                        x = -198337.88072205,
                                        name = "Юнит #13",
                                        heading = 2.7233683240106,
                                        y = 516962.32359874,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75210330974618,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70834588896856,
                                            x = -198910.75461768,
                                            speed = 5.5555555555556,
                                            y = 517700.04776041,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 90,
                                        lat = 0.75210330974618,
                                        skill = "Random",
                                        long = 0.70834588896856,
                                        x = -198910.75461768,
                                        name = "Юнит #14",
                                        heading = 2.521343167607,
                                        y = 517700.04776041,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70816619832518,
                                                lat = 0.75230575110148,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70815108668583,
                                                lat = 0.75231775185363,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75230575110148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816619832518,
                                            x = -197698.15559244,
                                            speed = 5.5555555555556,
                                            y = 516746.3951645,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 91,
                                        lat = 0.75230575110148,
                                        skill = "Random",
                                        long = 0.70816619832518,
                                        x = -197698.15559244,
                                        name = "Юнит #15",
                                        heading = -0.74341112643711,
                                        y = 516746.3951645,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70817776552699,
                                                lat = 0.7522778315058,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7080616293016,
                                                lat = 0.75232730356903,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7080616293016,
                                                lat = 0.75232730356903,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70805158131297,
                                                lat = 0.75231464960546,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70805158131297,
                                                lat = 0.75231464960546,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70805158131297,
                                                lat = 0.75231464960546,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7522778315058,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817776552699,
                                            x = -197871.03298286,
                                            speed = 11.111111111111,
                                            y = 516816.31154975,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75232730356903,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7080616293016,
                                            x = -197605.53945996,
                                            speed = 13.888888888889,
                                            y = 516246.55809805,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 60,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75231464960546,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70805158131297,
                                            x = -197690.4212206,
                                            speed = 2.7777777777778,
                                            y = 516206.96270051,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 93,
                                        lat = 0.7522778315058,
                                        skill = "Average",
                                        long = 0.70817776552699,
                                        x = -197871.03298286,
                                        name = "Юнит #17",
                                        heading = -1.0425991997947,
                                        y = 516816.31154975,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70814631716575,
                                                lat = 0.75228085201166,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70813625600545,
                                                lat = 0.75227644370867,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70816474600798,
                                                lat = 0.7522649332255,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816474600798,
                                                lat = 0.7522649332255,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228085201166,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814631716575,
                                            x = -197865.22355828,
                                            speed = 2.7777777777778,
                                            y = 516667.97167207,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227644370867,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70813625600545,
                                            x = -197897.59538253,
                                            speed = 2.7777777777778,
                                            y = 516623.59216208,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 106,
                                        lat = 0.75228085201166,
                                        skill = "Random",
                                        long = 0.70814631716575,
                                        x = -197865.22355828,
                                        name = "Юнит #18",
                                        heading = 4.1719021201862,
                                        y = 516667.97167207,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #020",
                                start_time = 125,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70814946101415,
                                                lat = 0.75227995402254,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70814896035541,
                                                lat = 0.75227089253819,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7081662027967,
                                                lat = 0.75226444342046,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7081662027967,
                                                lat = 0.75226444342046,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227995402254,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814946101415,
                                            x = -197869.60037898,
                                            speed = 2.7777777777778,
                                            y = 516683.14237931,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227089253819,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814896035541,
                                            x = -197927.52558772,
                                            speed = 2.7777777777778,
                                            y = 516685.99831682,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 110,
                                        lat = 0.75227995402254,
                                        skill = "Random",
                                        long = 0.70814946101415,
                                        x = -197869.60037898,
                                        name = "Юнит #36",
                                        heading = 3.1819119193373,
                                        y = 516683.14237931,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #019",
                                start_time = 125,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70815343305093,
                                                lat = 0.75228819922372,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7081819235228,
                                                lat = 0.75227611716843,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7081819235228,
                                                lat = 0.75227611716843,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70820564196302,
                                                lat = 0.75228362761917,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70814808793811,
                                                lat = 0.75228134182423,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70815343305093,
                                                lat = 0.75228819922372,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70820564196302,
                                                lat = 0.75228362761917,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70804794155507,
                                                lat = 0.75254440361704,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70804794155507,
                                                lat = 0.75254440361704,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70804794155507,
                                                lat = 0.75254440361704,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 54,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228134182423,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814808793811,
                                            x = -197861.34792177,
                                            speed = 4.1666666666667,
                                            y = 516675.94633841,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228819922372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815343305093,
                                            x = -197815.39176786,
                                            speed = 4.1666666666667,
                                            y = 516696.9372703,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227611716843,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7081819235228,
                                            x = -197880.17600172,
                                            speed = 4.1666666666667,
                                            y = 516836.67769945,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228362761917,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70820564196302,
                                            x = -197822.21562152,
                                            speed = 4.1666666666667,
                                            y = 516942.94965827,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75254440361704,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70804794155507,
                                            x = -196228.70132871,
                                            speed = 16.666666666667,
                                            y = 516058.40267433,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 111,
                                        lat = 0.75228134182423,
                                        skill = "Random",
                                        long = 0.70814808793811,
                                        x = -197861.34792177,
                                        name = "Юнит #37",
                                        heading = 0.51739583229981,
                                        y = 516675.94633841,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #022",
                                start_time = 125,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70814736666093,
                                                lat = 0.75228052547007,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7081467683737,
                                                lat = 0.75227195378914,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70816546335483,
                                                lat = 0.75226460668878,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816546335483,
                                                lat = 0.75226460668878,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228052547007,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814736666093,
                                            x = -197866.85514754,
                                            speed = 2.7777777777778,
                                            y = 516673.05136611,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227195378914,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7081467683737,
                                            x = -197921.7025461,
                                            speed = 2.7777777777778,
                                            y = 516675.17163178,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 48,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 112,
                                        lat = 0.75228052547007,
                                        skill = "Random",
                                        long = 0.70814736666093,
                                        x = -197866.85514754,
                                        name = "Юнит #35",
                                        heading = 3.1925108878942,
                                        y = 516673.05136611,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #021",
                                start_time = 125,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 54,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75259590420269,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70902737273699,
                                            x = -195482.504056,
                                            speed = 5.5555555555556,
                                            y = 520594.93976087,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 57,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 124,
                                        lat = 0.75259590420269,
                                        skill = "Random",
                                        long = 0.70902737273699,
                                        x = -195482.504056,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = 520594.93976087,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #025",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 62,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75224901467648,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7093121115882,
                                            x = -197570.2216702,
                                            speed = 5.5555555555556,
                                            y = 522121.05193297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 125,
                                        lat = 0.75224901467648,
                                        skill = "Random",
                                        long = 0.7093121115882,
                                        x = -197570.2216702,
                                        name = "Юнит #23",
                                        heading = 3.0309354324159,
                                        y = 522121.05193297,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #026",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 62,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7524755702049,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70938065364582,
                                            x = -196098.05238532,
                                            speed = 5.5555555555556,
                                            y = 522310.83000353,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 126,
                                        lat = 0.7524755702049,
                                        skill = "Random",
                                        long = 0.70938065364582,
                                        x = -196098.05238532,
                                        name = "Юнит #24",
                                        heading = 5.3003915839323,
                                        y = 522310.83000353,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #027",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75229236266631,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814875144611,
                                            x = -197790.87428035,
                                            speed = 5.5555555555556,
                                            y = 516672.7273685,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 90,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 157,
                                        lat = 0.75229236266631,
                                        skill = "Average",
                                        long = 0.70814875144611,
                                        x = -197790.87428035,
                                        name = "Юнит #21",
                                        heading = 3.6477381366681,
                                        y = 516672.7273685,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 158,
                                        lat = 0.75228975031447,
                                        skill = "Average",
                                        long = 0.7081549155075,
                                        x = -197804.88009081,
                                        name = "Юнит #25",
                                        heading = 3.6477381366681,
                                        y = 516702.95998251,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 159,
                                        lat = 0.75228738287612,
                                        skill = "Average",
                                        long = 0.70816035327001,
                                        x = -197817.63619291,
                                        name = "Юнит #26",
                                        heading = 3.6477381366681,
                                        y = 516729.66637173,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 160,
                                        lat = 0.75228485217197,
                                        skill = "Average",
                                        long = 0.70816630024955,
                                        x = -197831.21468905,
                                        name = "Юнит #40",
                                        heading = 3.6607387678363,
                                        y = 516758.84020282,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 161,
                                        lat = 0.75228240308555,
                                        skill = "Average",
                                        long = 0.70817180899197,
                                        x = -197844.46049035,
                                        name = "Юнит #41",
                                        heading = 3.6477381366681,
                                        y = 516785.924259,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 162,
                                        lat = 0.75227970911655,
                                        skill = "Average",
                                        long = 0.70817814117202,
                                        x = -197858.91432694,
                                        name = "Юнит #42",
                                        heading = 3.6477381366681,
                                        y = 516816.98737576,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70815798914523,
                                                lat = 0.75227734169484,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816507142233,
                                                lat = 0.7522702394612,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 62,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227823968177,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815627539845,
                                            x = -197877.60919721,
                                            speed = 5.5555555555556,
                                            y = 516715.89241314,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 91,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 163,
                                        lat = 0.75227823968177,
                                        skill = "Average",
                                        long = 0.70815627539845,
                                        x = -197877.60919721,
                                        name = "Юнит #43",
                                        heading = 0,
                                        y = 516715.89241314,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 164,
                                        lat = 0.75227652534519,
                                        skill = "Average",
                                        long = 0.70816056171814,
                                        x = -197886.69741943,
                                        name = "Юнит #44",
                                        heading = 0,
                                        y = 516736.85679861,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 165,
                                        lat = 0.75227497428113,
                                        skill = "Average",
                                        long = 0.70816447170661,
                                        x = -197894.90646534,
                                        name = "Юнит #45",
                                        heading = 0,
                                        y = 516755.97324196,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 166,
                                        lat = 0.75227334158043,
                                        skill = "Average",
                                        long = 0.70816802747882,
                                        x = -197903.78668753,
                                        name = "Юнит #46",
                                        heading = 0,
                                        y = 516773.48511334,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Наземная группа #028",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70812395469052,
                                                lat = 0.75229081157796,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70812981748966,
                                                lat = 0.75229824049524,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70812981748966,
                                                lat = 0.75229824049524,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70817213752148,
                                                lat = 0.75228028056395,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70816507038098,
                                                lat = 0.75227268850195,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816507038098,
                                                lat = 0.75227268850195,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70817213752148,
                                                lat = 0.75228028056395,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816469047796,
                                                lat = 0.7522707292689,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75229081157796,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70812395469052,
                                            x = -197811.34065976,
                                            speed = 27.777777777778,
                                            y = 516558.01515655,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75229824049524,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70812981748966,
                                            x = -197761.52354073,
                                            speed = 27.777777777778,
                                            y = 516581.09216573,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228028056395,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817213752148,
                                            x = -197857.83828445,
                                            speed = 27.777777777778,
                                            y = 516788.67151426,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7522707292689,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816469047796,
                                            x = -197921.84899595,
                                            speed = 27.777777777778,
                                            y = 516759.42447078,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 92,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "VAZ Car",
                                        CLSID = "{647DDAAC-CFB5-40AD-8394-042840EC4A6D}",
                                        unitId = 167,
                                        lat = 0.75229081157796,
                                        skill = "Random",
                                        long = 0.70812395469052,
                                        x = -197811.34065976,
                                        name = "Юнит #47",
                                        heading = 0.52273584500113,
                                        y = 516558.01515655,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #029",
                                start_time = 102,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70812279547146,
                                                lat = 0.75228926049186,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70812984849445,
                                                lat = 0.75229824049524,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70812984849445,
                                                lat = 0.75229824049524,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70817115004457,
                                                lat = 0.75228060710546,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70816504863261,
                                                lat = 0.75227179051969,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816504863261,
                                                lat = 0.75227179051969,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70817115004457,
                                                lat = 0.75228060710546,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816478742,
                                                lat = 0.75227187215441,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1118,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228926049186,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70812279547146,
                                            x = -197821.71429155,
                                            speed = 27.777777777778,
                                            y = 516553.4993505,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75229824049524,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70812984849445,
                                            x = -197761.51030233,
                                            speed = 27.777777777778,
                                            y = 516581.23670772,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228060710546,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70817115004457,
                                            x = -197856.1802152,
                                            speed = 27.777777777778,
                                            y = 516783.88094476,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227187215441,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816478742,
                                            x = -197914.5287117,
                                            speed = 27.777777777778,
                                            y = 516759.22181887,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 93,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 168,
                                        lat = 0.75228926049186,
                                        skill = "Random",
                                        long = 0.70812279547146,
                                        x = -197821.71429155,
                                        name = "Юнит #48",
                                        heading = 0.52066575804094,
                                        y = 516553.4993505,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #030",
                                start_time = 102,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71535440162089,
                                                lat = 0.75142908534084,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71472537820896,
                                                lat = 0.75172014118207,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71425145278866,
                                                lat = 0.75180660202652,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71425145278866,
                                                lat = 0.75180660202652,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71435456706324,
                                                lat = 0.75179352951413,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71491133420163,
                                                lat = 0.75166151963792,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71495436488832,
                                                lat = 0.7516433553128,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71450470893175,
                                                lat = 0.75175816803336,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71499415899077,
                                                lat = 0.75162172725871,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.7142695509005,
                                                lat = 0.75180267514156,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71466836742561,
                                                lat = 0.75173213412052,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71515121807881,
                                                lat = 0.75151910589199,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.71510997726335,
                                                lat = 0.75154272253471,
                                            }, -- end of [11]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71535440162089,
                                                lat = 0.75142908534084,
                                            }, -- end of [1]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71535532652431,
                                                lat = 0.75142851000952,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71535532652431,
                                                lat = 0.75142851000952,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 207,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75180660202652,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71541674819472,
                                                    radius = 1000,
                                                    y = 551255.09589594,
                                                    x = -201483.98040434,
                                                    lat = 0.75121604027773,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.71425145278866,
                                            x = -198236.41791681,
                                            speed = 11.111111111111,
                                            y = 545446.23883876,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 207,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75142908534084,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71535440162089,
                                            x = -200154.52363375,
                                            speed = 11.111111111111,
                                            y = 550833.35641458,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 207,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7514286307944,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7153554273595,
                                            x = -200156.96641788,
                                            speed = 11.111111111111,
                                            y = 550838.42967582,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 114,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 253,
                                        lat = 0.75180660202652,
                                        skill = "Random",
                                        long = 0.71425145278866,
                                        x = -198236.41791681,
                                        name = "Юнит #76",
                                        heading = 2.0085516255032,
                                        y = 545446.23883876,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 263,
                                        lat = 0.75180442935358,
                                        skill = "Random",
                                        long = 0.7142614662513,
                                        x = -198245.84025865,
                                        name = "Юнит #78",
                                        heading = 2.0085516255052,
                                        y = 545494.38023136,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 264,
                                        lat = 0.75180262136018,
                                        skill = "Random",
                                        long = 0.71427005094702,
                                        x = -198253.56995018,
                                        name = "Юнит #79",
                                        heading = 2.0086563730083,
                                        y = 545535.61915821,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 265,
                                        lat = 0.75180160005813,
                                        skill = "Random",
                                        long = 0.71427954653576,
                                        x = -198255.88723104,
                                        name = "Юнит #80",
                                        heading = 2.0086563730083,
                                        y = 545580.63547029,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 266,
                                        lat = 0.75180040754026,
                                        skill = "Random",
                                        long = 0.71429063344716,
                                        x = -198258.59323945,
                                        name = "Юнит #81",
                                        heading = 2.0086563730083,
                                        y = 545633.19589895,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 280,
                                        lat = 0.7517990795701,
                                        skill = "Random",
                                        long = 0.71430297895429,
                                        x = -198261.60692437,
                                        name = "Юнит #89",
                                        heading = 2.0085516255052,
                                        y = 545691.72307959,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Russian tanks Group-1 #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 489,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75108539844278,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71442557562862,
                                            x = -202753.20486692,
                                            speed = 5.5555555555556,
                                            y = 546701.25289443,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 131,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 283,
                                        lat = 0.75108539844278,
                                        skill = "Random",
                                        long = 0.71442557562862,
                                        x = -202753.20486692,
                                        name = "Юнит #91",
                                        heading = 2.8023000391357,
                                        y = 546701.25289443,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Russian tanks Group-1 #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 489,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75176781497197,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71504793013462,
                                            x = -198132.20469159,
                                            speed = 5.5555555555556,
                                            y = 549193.48267883,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 132,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 284,
                                        lat = 0.75176781497197,
                                        skill = "Random",
                                        long = 0.71504793013462,
                                        x = -198132.20469159,
                                        name = "Юнит #90",
                                        heading = 3.1415926535898,
                                        y = 549193.48267883,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Russian tanks Group-1 #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 65,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7510639525232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71436398915863,
                                            x = -202916.96155767,
                                            speed = 5.5555555555556,
                                            y = 546426.44994001,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 133,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 285,
                                        lat = 0.7510639525232,
                                        skill = "Average",
                                        long = 0.71436398915863,
                                        x = -202916.96155767,
                                        name = "Юнит #32",
                                        heading = 3.1415926535898,
                                        y = 546426.44994001,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Самолетная группа",
                                groupId = 16,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75426341246812,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70951571776382,
                                            x = -184653.78485964,
                                            name = "",
                                            speed = 138.88888888889,
                                            y = 521898.23293401,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75278988842266,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71554908855098,
                                                    radius = 1000,
                                                    y = 551729.50360501,
                                                    x = -199922.69628685,
                                                    lat = 0.75145200253437,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.71552523323352,
                                            x = -191411.79027594,
                                            name = "",
                                            speed = 138.88888888889,
                                            y = 550799.90964316,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7506249355536,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71500677175118,
                                                    radius = 1000,
                                                    y = 549617.30819005,
                                                    x = -204569.42412173,
                                                    lat = 0.75076000481462,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71499545080428,
                                                    radius = 1000,
                                                    y = 549560.09603296,
                                                    x = -204529.76346272,
                                                    lat = 0.75076701551247,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.71476685433905,
                                                    radius = 1000,
                                                    y = 548510.49988604,
                                                    x = -204829.43964455,
                                                    lat = 0.75073579380375,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.71509259188085,
                                                    radius = 1000,
                                                    y = 549924.25063542,
                                                    x = -203549.6530583,
                                                    lat = 0.75091416923137,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.71493846993179,
                                                    radius = 1000,
                                                    y = 549301.28743421,
                                                    x = -204633.81510894,
                                                    lat = 0.75075462454272,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.71510323216415,
                                                    radius = 1000,
                                                    y = 550138.88847257,
                                                    x = -205262.58390948,
                                                    lat = 0.75064449794119,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.71526512456605,
                                                    radius = 1000,
                                                    y = 550750.3821988,
                                                    x = -203677.12510463,
                                                    lat = 0.75088220947601,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    long = 0.71498327480903,
                                                    radius = 1000,
                                                    y = 549500.88037736,
                                                    x = -204511.24879619,
                                                    lat = 0.75077076543944,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [8]
                                            }, -- end of targets
                                            long = 0.71559542662259,
                                            x = -205169.9668464,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 552451.72333206,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 68,
                                        lat = 0.752425,
                                        skill = "Player",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Игрок",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 5,
                                            name = "125",
                                        }, -- end of callsign
                                        onboard_num = 88,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 69,
                                        lat = 0.752418,
                                        skill = "High",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 70,
                                        lat = 0.752411,
                                        skill = "High",
                                        y = 516363.51643642,
                                        long = 0.708097,
                                        x = -197057.38501963,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 71,
                                        lat = 0.752404,
                                        skill = "High",
                                        y = 516400.15916115,
                                        long = 0.708104,
                                        x = -197098.97827324,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #001",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 28,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75279152191048,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70794680795331,
                                            x = -194698.01837112,
                                            speed = 138.88888888889,
                                            y = 515445.38832023,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75249508480238,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70720480926342,
                                            x = -196902.80640731,
                                            speed = 166.66666666667,
                                            y = 512156.03109286,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7493179167131,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71621261980115,
                                            x = -213214.03999366,
                                            speed = 166.66666666667,
                                            y = 556134.32345064,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75068427589687,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71660399074375,
                                            x = -204332.84433735,
                                            speed = 166.66666666667,
                                            y = 557127.04627129,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 72,
                                        lat = 0.752425,
                                        skill = "Random",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 73,
                                        lat = 0.752418,
                                        skill = "Random",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0.54041950027058,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75087560566581,
                                            long = 0.71589477251785,
                                            x = -203437.05256229,
                                            name = "",
                                            speed = 0,
                                            y = 553694.07002105,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                lat = 0.75087560566581,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash",
                                        type = "TV tower",
                                        CLSID = "{cc06c05a-da19-494c-8066-04bb6b2f375b}",
                                        unitId = 74,
                                        lat = 0.75087560566581,
                                        rate = 100,
                                        long = 0.71589477251785,
                                        x = -203437.05256229,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 553694.07002105,
                                        heading = 0.54041950027058,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71589477251785,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077288496919,
                                            long = 0.71474854637417,
                                            x = -204601.2681855,
                                            name = "",
                                            speed = 0,
                                            y = 548402.23030564,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 76,
                                lat = 0.75077288496919,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 143,
                                        lat = 0.75077288496919,
                                        long = 0.71474854637417,
                                        x = -204601.2681855,
                                        name = "Стат. объект #015",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548402.23030564,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71474854637417,
                                name = "Стат. объект #015",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077206976495,
                                            long = 0.71474805098983,
                                            x = -204606.67895735,
                                            name = "",
                                            speed = 0,
                                            y = 548400.41285568,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 77,
                                lat = 0.75077206976495,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 144,
                                        lat = 0.75077206976495,
                                        long = 0.71474805098983,
                                        x = -204606.67895735,
                                        name = "Стат. объект #016",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548400.41285568,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71474805098983,
                                name = "Стат. объект #016",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077255888742,
                                            long = 0.71475010470734,
                                            x = -204602.65785317,
                                            name = "",
                                            speed = 0,
                                            y = 548409.71489166,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 78,
                                lat = 0.75077255888742,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 145,
                                        lat = 0.75077255888742,
                                        long = 0.71475010470734,
                                        x = -204602.65785317,
                                        name = "Стат. объект #017",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548409.71489166,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71475010470734,
                                name = "Стат. объект #017",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077345561253,
                                            long = 0.7147503311714,
                                            x = -204596.84644717,
                                            name = "",
                                            speed = 0,
                                            y = 548410.22529373,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 79,
                                lat = 0.75077345561253,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 146,
                                        lat = 0.75077345561253,
                                        long = 0.7147503311714,
                                        x = -204596.84644717,
                                        name = "Стат. объект #018",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548410.22529373,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7147503311714,
                                name = "Стат. объект #018",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077231432615,
                                            long = 0.71474682314778,
                                            x = -204605.66276809,
                                            name = "",
                                            speed = 0,
                                            y = 548394.52316068,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 80,
                                lat = 0.75077231432615,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 147,
                                        lat = 0.75077231432615,
                                        long = 0.71474682314778,
                                        x = -204605.66276809,
                                        name = "Стат. объект #019",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548394.52316068,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71474682314778,
                                name = "Стат. объект #019",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077117304099,
                                            long = 0.71474759452902,
                                            x = -204612.59178863,
                                            name = "",
                                            speed = 0,
                                            y = 548398.82721946,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 81,
                                lat = 0.75077117304099,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 148,
                                        lat = 0.75077117304099,
                                        long = 0.71474759452902,
                                        x = -204612.59178863,
                                        name = "Стат. объект #020",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548398.82721946,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71474759452902,
                                name = "Стат. объект #020",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077166216306,
                                            long = 0.71474920275435,
                                            x = -204608.76715686,
                                            name = "",
                                            speed = 0,
                                            y = 548406.04658236,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 83,
                                lat = 0.75077166216306,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 150,
                                        lat = 0.75077166216306,
                                        long = 0.71474920275435,
                                        x = -204608.76715686,
                                        name = "Стат. объект #021",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548406.04658236,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71474920275435,
                                name = "Стат. объект #021",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 5.9341194567807,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75077215128534,
                                            long = 0.7147514864709,
                                            x = -204604.64462028,
                                            name = "",
                                            speed = 0,
                                            y = 548416.42386262,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 84,
                                lat = 0.75077215128534,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 151,
                                        lat = 0.75077215128534,
                                        long = 0.7147514864709,
                                        x = -204604.64462028,
                                        name = "Стат. объект #022",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 548416.42386262,
                                        heading = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7147514864709,
                                name = "Стат. объект #022",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 0.45378560551853,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75227170888498,
                                            long = 0.70815865123725,
                                            x = -197918.18857546,
                                            name = "",
                                            speed = 0,
                                            y = 516730.70891174,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 89,
                                lat = 0.75227170888498,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-78M",
                                        CLSID = "{E8506C78-7BCD-4FA7-9163-354FE3297DCA}",
                                        unitId = 156,
                                        lat = 0.75227170888498,
                                        long = 0.70815865123725,
                                        x = -197918.18857546,
                                        name = "Стат. объект #023",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516730.70891174,
                                        heading = 0.45378560551853,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70815865123725,
                                name = "Стат. объект #023",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75241319120511,
                                            long = 0.70799110588446,
                                            x = -197088.64408444,
                                            name = "",
                                            speed = 0,
                                            y = 515868.59106635,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 121,
                                lat = 0.75241319120511,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 260,
                                        lat = 0.75241319120511,
                                        long = 0.70799110588446,
                                        x = -197088.64408444,
                                        name = "Стат. объект #028",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 9,
                                        y = 515868.59106635,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70799110588446,
                                name = "Стат. объект #028",
                                dead = false,
                            }, -- end of [11]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Эшерский рубеж",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 103264,
    start_time = 9574800,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
    }, -- end of failures
} -- end of mission
